github.com/gotd/td/internal/pool.reqMap.m (field)
7 uses
github.com/gotd/td/internal/pool (current package)
req_map.go#L12: m map[reqKey]chan *poolConn
req_map.go#L21: m: map[reqKey]chan *poolConn{},
req_map.go#L30: r.m[key] = ch
req_map.go#L37: if len(r.m) < 1 { // no requests
req_map.go#L44: for k, ch = range r.m { // Get one from map.
req_map.go#L47: delete(r.m, k) // Remove from pending requests.
req_map.go#L61: delete(r.m, key)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |